|
143 | 143 | "@id": "as:location",
|
144 | 144 | "@type": "@id"
|
145 | 145 | },
|
| 146 | + "locationOf": { |
| 147 | + "@reverse": "as:location", |
| 148 | + "@type": "@id" |
| 149 | + }, |
146 | 150 | "published": {
|
147 | 151 | "@id": "as:published",
|
148 | 152 | "@type": "xsd:dateTime"
|
|
231 | 235 | "@type": "@id"
|
232 | 236 | },
|
233 | 237 | "using": {
|
234 |
| - "@id": "as:using", |
| 238 | + "@reverse": "as:handlerFor", |
235 | 239 | "@type": "@id"
|
236 | 240 | },
|
| 241 | + "handlerFor": { |
| 242 | + "@id": "as:handlerFor", |
| 243 | + "@type": "@id" |
| 244 | + }, |
237 | 245 | "scope": {
|
238 | 246 | "@id": "as:scope",
|
239 | 247 | "@type": "@id"
|
|
456 | 464 | },
|
457 | 465 | "owl:equivalentProperty": {
|
458 | 466 | "@type": "@id"
|
| 467 | + }, |
| 468 | + "owl:inverseOf": { |
| 469 | + "@type": "@id" |
459 | 470 | }
|
460 | 471 | }],
|
461 | 472 | "@id": "as:",
|
|
495 | 506 | "@id": "as:using",
|
496 | 507 | "@type": "owl:ObjectProperty",
|
497 | 508 | "rdfs:domain": "as:PotentialAction",
|
498 |
| - "rdfs:range": ["as:PotentialActionHandler", "as:Object"] |
| 509 | + "rdfs:range": ["as:PotentialActionHandler", "as:Object"], |
| 510 | + "owl:inverseOf": "as:handlerFor" |
| 511 | + }, |
| 512 | + { |
| 513 | + "@id": "as:handlerFor", |
| 514 | + "@type": "owl:ObjectProperty", |
| 515 | + "rdfs:domain": ["as:PotentialActionHandler", "as:Object"], |
| 516 | + "rdfs:range": "as:PotentialAction", |
| 517 | + "owl:inverseOf": "as:using" |
499 | 518 | },
|
500 | 519 | {
|
501 | 520 | "@id": "as:PotentialActionHandler",
|
|
541 | 560 | "@id": "as:actor",
|
542 | 561 | "@type": "owl:ObjectProperty",
|
543 | 562 | "rdfs:domain": ["as:Activity", "as:PotentialAction"],
|
544 |
| - "rdfs:range": ["as:Object", "as:Link"] |
| 563 | + "rdfs:range": ["as:Object", "as:Link"], |
| 564 | + "owl:inverseOf": "as:actorOf" |
| 565 | + }, |
| 566 | + { |
| 567 | + "@id": "as:actorOf", |
| 568 | + "@type": "owl:ObjectProperty", |
| 569 | + "rdfs:domain": ["as:Object", "as:Link"], |
| 570 | + "rdfs:range": ["as:Activity", "as:PotentialAction"], |
| 571 | + "owl:inverseOf": "as:actor" |
545 | 572 | },
|
546 | 573 | {
|
547 | 574 | "@id": "as:object",
|
548 | 575 | "@type": "owl:ObjectProperty",
|
549 | 576 | "rdfs:domain": ["as:Activity", "as:PotentialAction"],
|
550 |
| - "rdfs:range": ["as:Object", "as:Link"] |
| 577 | + "rdfs:range": ["as:Object", "as:Link"], |
| 578 | + "owl:inverseOf": "as:objectOf" |
| 579 | + }, |
| 580 | + { |
| 581 | + "@id": "as:objectOf", |
| 582 | + "@type": "owl:ObjectProperty", |
| 583 | + "rdfs:domain": ["as:Object", "as:Link"], |
| 584 | + "rdfs:range": ["as:Activity", "as:PotentialAction"], |
| 585 | + "owl:inverseOf": "as:object" |
551 | 586 | },
|
552 | 587 | {
|
553 | 588 | "@id": "as:target",
|
554 | 589 | "@type": "owl:ObjectProperty",
|
555 | 590 | "rdfs:domain": ["as:Activity", "as:PotentialAction"],
|
556 |
| - "rdfs:range": ["as:Object", "as:Link"] |
| 591 | + "rdfs:range": ["as:Object", "as:Link"], |
| 592 | + "owl:inverseOf": "as:target" |
| 593 | + }, |
| 594 | + { |
| 595 | + "@id": "as:targetOf", |
| 596 | + "@type": "owl:ObjectProperty", |
| 597 | + "rdfs:domain": ["as:Object", "as:Link"], |
| 598 | + "rdfs:range": ["as:Activity", "as:PotentialAction"], |
| 599 | + "owl:inverseOf": "as:target" |
557 | 600 | },
|
558 | 601 | {
|
559 | 602 | "@id": "as:result",
|
560 | 603 | "@type": "owl:ObjectProperty",
|
561 | 604 | "rdfs:domain": "as:Activity",
|
562 | 605 | "rdfs:range": ["as:Object", "as:Link"]
|
563 | 606 | },
|
| 607 | + { |
| 608 | + "@id": "as:resultOf", |
| 609 | + "@type": "owl:ObjectProperty", |
| 610 | + "rdfs:domain": ["as:Object", "as:Link"], |
| 611 | + "rdfs:range": "as:Activity", |
| 612 | + "owl:inverseOf": "as:result" |
| 613 | + }, |
564 | 614 | {
|
565 | 615 | "@id": "as:instrument",
|
566 | 616 | "@type": "owl:ObjectProperty",
|
567 | 617 | "rdfs:domain": ["as:Activity", "as:PotentialAction"],
|
568 |
| - "rdfs:range": ["as:Object", "as:Link"] |
| 618 | + "rdfs:range": ["as:Object", "as:Link"], |
| 619 | + "owl:inverseOf": "as:instumentFor" |
| 620 | + }, |
| 621 | + { |
| 622 | + "@id": "as:instrumentFor", |
| 623 | + "@type": "owl:ObjectProperty", |
| 624 | + "rdfs:domain": ["as:Object", "as:Link"], |
| 625 | + "rdfs:range": ["as:Activity", "as:PotentialAction"], |
| 626 | + "owl:inverseOf": "as:instrument" |
569 | 627 | },
|
570 | 628 | {
|
571 | 629 | "@id": "as:participant",
|
572 | 630 | "@type": "owl:ObjectProperty",
|
573 | 631 | "rdfs:domain": ["as:Activity", "as:PotentialAction"],
|
574 |
| - "rdfs:range": ["as:Object", "as:Link"] |
| 632 | + "rdfs:range": ["as:Object", "as:Link"], |
| 633 | + "owl:inverseOf": "as:participantOf" |
| 634 | + }, |
| 635 | + { |
| 636 | + "@id": "as:participantOf", |
| 637 | + "@type": "owl:ObjectProperty", |
| 638 | + "rdfs:domain": ["as:Object", "as:Link"], |
| 639 | + "rdfs:range": ["as:Activity", "as:PotentialAction"], |
| 640 | + "owl:inverseOf": "as:participant" |
575 | 641 | },
|
576 | 642 | {
|
577 | 643 | "@id": "as:priority",
|
|
642 | 708 | "@type": "owl:ObjectProperty",
|
643 | 709 | "rdfs:domain": "as:Object",
|
644 | 710 | "rdfs:range": ["as:Object", "as:Link"],
|
645 |
| - "owl:equivalentProperty": "dct:contributor" |
| 711 | + "owl:equivalentProperty": "dct:contributor", |
| 712 | + "owl:inverseOf": "as:authorOf" |
| 713 | + }, |
| 714 | + { |
| 715 | + "@id": "as:authorOf", |
| 716 | + "@type": "owl:ObjectProperty", |
| 717 | + "rdfs:domain": ["as:Object", "as:Link"], |
| 718 | + "rdfs:range": "as:Object", |
| 719 | + "owl:inverseOf": "as:author" |
646 | 720 | },
|
647 | 721 | {
|
648 | 722 | "@id": "as:content",
|
|
680 | 754 | "@id": "as:location",
|
681 | 755 | "@type": "owl:ObjectProperty",
|
682 | 756 | "rdfs:domain": "as:Object",
|
683 |
| - "rdfs:range": ["as:Link", "as:Object"] |
| 757 | + "rdfs:range": ["as:Link", "as:Object"], |
| 758 | + "owl:inverseOf": "as:locationOf" |
| 759 | + }, |
| 760 | + { |
| 761 | + "@id": "as:locationOf", |
| 762 | + "@type": "owl:ObjectProperty", |
| 763 | + "rdfs:domain": ["as:Object", "as:Link"], |
| 764 | + "rdfs:range": "as:Object", |
| 765 | + "owl:inverseOf": "as:location" |
684 | 766 | },
|
685 | 767 | {
|
686 | 768 | "@id": "as:generator",
|
687 | 769 | "@type": "owl:ObjectProperty",
|
688 | 770 | "rdfs:domain": "as:Object",
|
689 |
| - "rdfs:range": ["as:Object", "as:Link"] |
| 771 | + "rdfs:range": ["as:Object", "as:Link"], |
| 772 | + "owl:inverseOf": "as:generatorOf" |
| 773 | + }, |
| 774 | + { |
| 775 | + "@id": "as:generatorOf", |
| 776 | + "@type": "owl:ObjectProperty", |
| 777 | + "rdfs:domain": ["as:Object", "as:Link"], |
| 778 | + "rdfs:range": "as:Object", |
| 779 | + "owl:inverseOf": "as:generator" |
690 | 780 | },
|
691 | 781 | {
|
692 | 782 | "@id": "as:provider",
|
693 | 783 | "@type": "owl:ObjectProperty",
|
694 | 784 | "rdfs:domain": "as:Object",
|
695 | 785 | "rdfs:range": ["as:Object", "as:Link"],
|
696 |
| - "owl:equivalentProperty": "dct:publisher" |
| 786 | + "owl:equivalentProperty": "dct:publisher", |
| 787 | + "owl:inverseOf": "as:providerOf" |
| 788 | + }, |
| 789 | + { |
| 790 | + "@id": "as:providerOf", |
| 791 | + "@type": "owl:ObjectProperty", |
| 792 | + "rdfs:domain": ["as:Object", "as:Link"], |
| 793 | + "rdfs:range": "as:Object", |
| 794 | + "owl:inverseOf": "as:provider" |
697 | 795 | },
|
698 | 796 | {
|
699 | 797 | "@id": "as:published",
|
|
824 | 922 | "@id": "as:memberOf",
|
825 | 923 | "@type": "owl:ObjectProperty",
|
826 | 924 | "rdfs:domain": "as:Object",
|
827 |
| - "rdfs:range": "as:Collection" |
| 925 | + "rdfs:range": "as:Collection", |
| 926 | + "owl:inverseOf": "as:items" |
| 927 | + }, |
| 928 | + { |
| 929 | + "@id": "as:items", |
| 930 | + "@type": "owl:ObjectProperty", |
| 931 | + "rdfs:domain": "as:Collection", |
| 932 | + "rdfs:range": "as:Object", |
| 933 | + "owl:inverseOf": "as:memberOf" |
828 | 934 | },
|
829 | 935 | {
|
830 | 936 | "@id": "as:totalItems",
|
|
0 commit comments